# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1069.1.211+1.1069.211.1 -> 1.1069.213.1 # fs/inode.c 1.36.1.14 -> 1.40.1.8 # diff -Nru a/fs/inode.c b/fs/inode.c --- a/fs/inode.c Wed Jan 21 16:02:43 2004 +++ b/fs/inode.c Wed Jan 21 16:02:43 2004 @@ -57,7 +57,7 @@ */ static LIST_HEAD(inode_in_use); -static LIST_HEAD(inode_unused); +LIST_HEAD(inode_unused); static LIST_HEAD(inode_unused_pagecache); static struct list_head *inode_hashtable; static LIST_HEAD(anon_hash_chain); /* for inodes with NULL i_sb */